data-manipulation/xml

load XML in .NET

rule:
  meta:
    name: load XML in .NET
    namespace: data-manipulation/xml
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: function
      dynamic: call
  features:
    - or:
      - api: System.Xml.XmlDocument::Load
      - api: System.Xml.XmlDocument::LoadXml

last edited: 2023-11-24 10:34:28